Security
Group "Security"
| Parameter | Description |
|---|---|
| check.client.ip | Verifies whether the IP address of the browser matches the IP address used during user login. |
| hide.process.variables | When set to true, messages can only be displayed by users with the role Show.hidden.variables. Local variables are hidden, and process variables are hidden based on their protection level. |
| ignore.vulnerabilities | When set to true, Orchestra will stop checking for security vulnerabilities. |
| notification.days.before.expiration | Defines how many days in advance notifications are sent before credentials expire. |
| notification.expiration.endtime | The time (00:00–23:59) at which the daily credential expiration check ends. |
| notification.expiration.starttime | The time (00:00–23:59) at which the daily credential expiration check begins. |
| notification.frequency.check | Specifies how often (interval) credentials are checked for expiration. |
| password.expiration.days | Default number of days until a password expires (0 = no expiration). |
| password.minimum.enabled | Enables (true) or disables (false) the minimum password length requirement. |
| password.minimum.length | Specifies the minimum number of characters required for a password. |
| password.regex.enabled | Enables (true) or disables (false) regex-based password validation. |
| password.regex.statement | The regular expression a valid password must match. |
| password.special.sign.enabled | Enables (true) or disables (false) the requirement for special characters in passwords. |
| password.upper.lower.enabled | Enables (true) or disables (false) the requirement for both upper- and lowercase letters in passwords. |
| process.variable.default.protection | Defines how variables with protection level DEFAULT are treated (applies only if hide.process.variables is enabled).Allowed values: PRIVATE, PUBLIC. |